widget: Remove special handling for has-default
authorMatthias Clasen <mclasen@redhat.com>
Sat, 27 Apr 2019 03:49:52 +0000 (03:49 +0000)
committerMatthias Clasen <mclasen@redhat.com>
Sun, 28 Apr 2019 23:23:11 +0000 (23:23 +0000)
commit6d734431311f0f3f6ae3b25cfa39da0aa3db3ed5
tree12a0c966192a0b86c0c8e93bab4c375fc183c832
parentfe3796ed5be631953285e389140327eb774df7ff
widget: Remove special handling for has-default

We used to handle has-default specially in ui
files. It was awkward, so stop doing that. If you
need to influence the default widget in a window,
you can just set the default-widget property.
gtk/gtkwidget.c